home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 41
/
Volume 41 - JOGO DISK .iso
/
Games
/
konka_66.swf
/
scripts
/
DefineButton2_747
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2007-05-10
|
332b
|
21 lines
on(release){
if(_root.g >= 1000)
{
_root.gold.start();
_root.g -= 1000;
_root.zh += 1;
}
else
{
_root.err.start(1.2,1);
if(_root.yuyan == 0)
{
g_mous.show = "金币不够!";
}
else
{
g_mous.show = "No money!";
}
}
}